2006-03-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
not GTK_WIDGET_SENSITIVE. (#333133, Christian Persch)
+2006-03-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
+ not GTK_WIDGET_SENSITIVE. (#333133, Christian Persch)
+
2006-03-02 Ross Burton <ross@openedhand.com>
* gtk/gtktooltips.c:
+2006-03-02 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
+ not GTK_WIDGET_SENSITIVE. (#333133, Christian Persch)
+
2006-03-02 Ross Burton <ross@openedhand.com>
* gtk/gtktooltips.c:
for (i = 0; i < width; i++)
{
- if (!GTK_WIDGET_SENSITIVE (GTK_WIDGET (color_button)) && (i+j)%2)
+ if (!GTK_WIDGET_IS_SENSITIVE (GTK_WIDGET (color_button)) && (i+j)%2)
{
*(pixels + j * rowstride + i * 3) = insensitive_r;
*(pixels + j * rowstride + i * 3 + 1) = insensitive_g;